projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d124ee
)
Autoload url-insert-buffer-contents
author
Samer Masterson
<samer@samertm.com>
Fri, 25 Dec 2015 18:04:55 +0000
(19:04 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 25 Dec 2015 18:04:55 +0000
(19:04 +0100)
* lisp/url/url-handlers.el: Add autoload cookie so that
`package-list-packages' doesn't bug out (bug#21927) (tiny change)
lisp/url/url-handlers.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-handlers.el
b/lisp/url/url-handlers.el
index bafe3e52725312d005bed3a6b4861092f54f32aa..d13df6945a7834e1b02c61613c1d8f30e3b71c14 100644
(file)
--- a/
lisp/url/url-handlers.el
+++ b/
lisp/url/url-handlers.el
@@
-309,6
+309,7
@@
They count bytes from the beginning of the body."
(defvar url-http-codes)
+;;;###autoload
(defun url-insert-buffer-contents (buffer url &optional visit beg end replace)
"Insert the contents of BUFFER into current buffer.
This is like `url-insert', but also decodes the current buffer as